Page Methods
A page in a PDF document.| Name | Description |
|---|---|
| AddFragment(PageFragment) | Adds a fragment to the page. |
| AddImageFragment(DXImage, Single, Single) | Adds an image fragment to the page. |
| AddTextFragment(String, Single, Single) | Adds an unformatted text fragment to the page. |
| Clone() | Creates a copy of the page. |
| Clone(DocumentCloneContext) | Creates a copy of the page. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| OffsetContent(Double, Double) | Offsets page content by the specified horizontal and vertical distances. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Resize(RectangleF, PageContentHorizontalAlignment, PageContentVerticalAlignment) | Resizes the page content to fit the specified media box and aligns it according to the specified horizontal and vertical alignment settings. |
| RotateContent(Double, Double, Double) | Rotates page content by the set angle around the specified point. |
| ScaleContent(Double, Double) | Scales the content of a page by specified horizontal and vertical scaling factors. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also