IXC_PageBlockData Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_PageBlockData Structure}}
 
{{#customTitle:IXC_PageBlockData Structure}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:52, 20 April 2015


Specifies the ...

Syntax

struct IXC_PageBlockData
{
    ULONG Width;
    ULONG Height;
    LONG Stride;
    ULONG reserved;
    UCHAR* pData;
};

Members

Width
Value of ULONG ...
Height
Value of ULONG ...
Stride
Value of LONG ...
reserved
Value of ULONG ...
pData
Pointer to UCHAR ...

See Also

See also ...