Name | Description | |
---|---|---|
Annotations | Gets or sets the annotations associated with the page. | |
BackColor | Specifies the background color used to render shapes and text to the page. | |
Bookmarks | Returns a list of the page's bookmarks. | |
CanvasItems | Returns a list of the page's canvas items. | |
CharacterSpacing | Gets or sets the CharacterSpacing value in inches for the page. | |
Compress | Sets or returns a value indicating whether the page is compressed. | |
Font | Gets or sets the current font used to draw text on the page. | |
Fonts | Returns the collection of fonts for the page. | |
ForeColor | Gets or sets the current foreground color used to draw text and shapes on the page. | |
Height | Gets or sets the height of the page in inches. | |
Identifier | Gets unique page identifier (used in PagesCollection to track swapped out pages) | |
LineSpacing | Gets or sets the LineSpacing value in inches for the page. | |
Margins | Gets a reference to the page margins settings. | |
Orientation | Gets or sets the orientation of the page. | |
Padding | Gets or sets the amount of padding to use around the text inside a control. | |
PenStyle | Gets or sets the line style used to draw lines and shapes. | |
PenWidth | Gets or sets the width of the pen used to draw lines and shapes. (1/10 point)(1/2 point). | |
RightToLeft | Determines whether DrawText should render text RightToLeft. | |
ScaleX | Gets or sets the minimal character condensed rate. | |
Size | Returns a SizeF structure with the height and width of the page, in inches. | |
TextAlignment | Determines the text alignment when using the DrawText method. | |
TextAngle | Gets or sets the angle of text used to draw text. | |
TextJustify | Gets or sets the type of justification to use when the TextAlignment property is set to Justify. | |
TextRenderHint | Specifies the quality of rendering. | |
Units | Gets or sets the units used with the page primitive drawing methods. | |
VerticalText | Sets or returns a value indicating whether to draw text vertically when using the DrawText method. | |
VerticalTextAlignment | Determines the vertical text alignment when using the DrawText method. | |
Width | Gets or sets the width of the page (in inches). | |
WrapMode | Gets or sets the wrap mode for rendering text. |