Version

Search Results

PageMargins Property

Returns or sets the margins for all pages in the associated section. Syntax Remarks In the absence of an explicit setting, this property resolves to a value that is equal to one inch on all sides.

PageOrientation Property

Returns or sets a value which defines the orientation for all pages in the associated section. Syntax Remarks Under the default setting, the actual value is resolved based on the ratio of the width to the height of the page size. If the width is greater than the height, this property resolves to Landscape, otherwi...

PageSize Property

Returns or sets the size for all pages in the associated section. Syntax Remarks When set explicitly, the unit of measurement used to express the property value is defined by the Unit property. When the PageOrientation property is left at its default setting, the PageSize property defines the effective orientation...

PaperCode Property

Returns or sets a value which represents a printer-specific paper code for the paper type for all pages in the associated section. Syntax Remarks This property is used to ensure that the proper paper type is chosen if the specified paper size matches the sizes of multiple paper types supported by the current print...

Reset Method (SectionProperties)

Restores all property values for this instance to their respective defaults. Syntax

StartingPageNumber Property

Returns or sets the page number for the first page in this section. Syntax Remarks This property is only applicable when a header/footer is defined for the section. Headers/footers can be created using the AddSectionHeaderFooter method. Page numbers can be specified for a header or footer using the AddPageNumberFi...

Shape Class

Abstract class which encapsulates a geometric shape such as a line, rectangle, ellipse, etc. Syntax

ShapeLineStyle Enumeration

Constants which determine the style applied to the line for a shape. Syntax Members Member Description Dash A dashed line. DashDot A line with alternating dashes and dots. Dot A dotted line. LongDash A line with long dashes. LongDashDot A line with alternating long dashes and dots. LongDashDotDot A line with a lon...

ShapeType Enumeration

Constants which define the types of shapes that can appear within a document. Syntax Members Member Description Ellipse An ellipse. The bounds of the enclosing rectangle are defined by its position within the document and its size. IsosceleseTriangle A triangle whose apex is at the center of the rectangle which en...

Shape Class Members

Public Properties Public Methods