PDFFlowPageDefaults¶
Namespace: O2S.Components.PDF4NET.FlowDocument
Defines default values for initializing a page in flow mode.
Inheritance Object → PDFFlowPageDefaults
Constructors¶
PDFFlowPageDefaults()¶
Initializes a new PDFFlowPageDefaults object;
PDFFlowPageDefaults(Double, Double)¶
Initializes a new PDFFlowPageDefaults object;
Parameters
width Double
Default page width
height Double
Default page height
PDFFlowPageDefaults(PDFFlowPageDefaults)¶
Initializes a new PDFFlowPageDefaults object;
Parameters
source PDFFlowPageDefaults
Source page defaults
Properties¶
Height¶
Gets or sets the default page height.
Property Value
Double
The default page height for a flow document
Margins¶
Gets the default page margins.
Property Value
PDFFlowContentMargins
A PDFFlowContentMargins object specifying the default page margins.
Rotation¶
Gets or sets the default page rotation.
Property Value
Int32
The default page rotation for a flow document
Remarks
The accepted values for this property are 0, 90, 180 and 270 degrees.
Width¶
Gets or sets the default page width.
Property Value
Double
The default page width for a flow document