Name | Description | |
---|---|---|
![]() | Page Constructor | Overloaded. Initializes a new instance of the Page class. |
The following tables list the members exposed by Page.
Name | Description | |
---|---|---|
![]() | Page Constructor | Overloaded. Initializes a new instance of the Page class. |
Name | Description | |
---|---|---|
![]() | BackColor | Specifies the background color used to render shapes and text to the page. |
![]() | CharacterSpacing | Gets or sets the CharacterSpacing value in inches for the page. |
![]() | Font | Gets or sets the current font used to draw text on the page. |
![]() | ForeColor | Gets or sets the current foreground color used to draw text and shapes on the page. |
![]() | ImagePersistenceService | Fot internal use only. |
![]() | LineSpacing | Gets or sets the LineSpacing value in inches for 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. |
![]() | 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. |
![]() | TextLayoutService | Fot internal use only. |
![]() | TextRenderHint | Specifies the quality of rendering. |
![]() | 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. |
![]() | WrapMode | Gets or sets the wrap mode for rendering text. |
Name | Description | |
---|---|---|
![]() | Clone | Overridden. Creates a clone of the Page object. |
![]() | DrawBorder | Overloaded. Paints the specified border at the specified coordinates. |
![]() | DrawCheckBoxInputField | Draw the checkBox input field |
![]() | DrawDoubleLine | Draws the double line. |
![]() | DrawEllipse | Draws an ellipse on the page. |
![]() | DrawEllipseDoubleLine | Draws the double line ellipse. |
![]() | DrawImage | Overloaded. Draws an image on the page. |
![]() | DrawLine | Draws a line on the page at the specified coordinates. |
![]() | DrawRect | Overloaded. Draws a rectangular shape on the page at the specified coordinates. |
![]() | DrawRoundRect | Overloaded. Draws a rounded rectangle on the page at the specified coordinates. |
![]() | DrawRoundRectDoubleLine | Draws the double line round rect. |
![]() | DrawText | Overloaded. Draws text on the page. |
![]() | DrawTextInputField | Draw the text input field |
![]() | FillRect | Overloaded. Fills the specified area with the current page BackColor. |
![]() | Load | Overloaded. Loads page content from a reader or a file. |
![]() | MeasureParagraphHeight | Overloaded. Measures the height of the specified text if rendered using the current page settings with the specified width. |
![]() | MeasureText | Overloaded. Determines the width and height of text string. |
![]() | SetTextBoundsRange | Sets text top/bottom bounds. |