PXV_PaperType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:PXV_PaperType Enumeration}}
 
{{#customTitle:PXV_PaperType Enumeration}}
 
{{#parentPage:PXV:PXV|PXV_PaperType Enumeration|enum}}
 
{{#parentPage:PXV:PXV|PXV_PaperType Enumeration|enum}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the method for document page size specification
  
 
== Syntax ==
 
== Syntax ==
Line 20: Line 19:
 
== Constants ==
 
== Constants ==
 
;PaperType_Undefined
 
;PaperType_Undefined
:The ...
+
:Undefined value.
 
;PaperType_Document
 
;PaperType_Document
:The ...
+
:The size of the new document page is taken from the page of the document in position where the new page will be inserted.
 
;PaperType_Standard
 
;PaperType_Standard
:The ...
+
:The size of the document page is specified by the one of the standart page sizes (A4, ANSI B, JIS B3, etc) (see StdPaperID)
 
;PaperType_Custom
 
;PaperType_Custom
:The ...
+
:The width and height of the document page is specified directly
 
;PaperType_BySource
 
;PaperType_BySource
:The ...
+
:The size of the new document page is defined by the source - f.e. taken from the image when this image is being inserted as a new page
  
 
== See Also ==
 
== See Also ==
See also ...
+
See also [[PXV:IPXV_PageSizeCtl_PaperType]]

Revision as of 23:38, 18 May 2015


Specifies the method for document page size specification

Syntax

enum PXV_PaperType
{
    PaperType_Undefined = -1,
    PaperType_Document  = 0,
    PaperType_Standard  = 1,
    PaperType_Custom    = 2,
    PaperType_BySource  = 3,
};

Constants

PaperType_Undefined
Undefined value.
PaperType_Document
The size of the new document page is taken from the page of the document in position where the new page will be inserted.
PaperType_Standard
The size of the document page is specified by the one of the standart page sizes (A4, ANSI B, JIS B3, etc) (see StdPaperID)
PaperType_Custom
The width and height of the document page is specified directly
PaperType_BySource
The size of the new document page is defined by the source - f.e. taken from the image when this image is being inserted as a new page

See Also

See also IPXV_PageSizeCtl::PaperType Property