ImportedPageArea
Represents an imported pages area.
public class ImportedPageArea : PageElement, IArea, ICoordinate, ISerializable
Public Class ImportedPageArea
    Inherits PageElement
    Implements IArea, ICoordinate, ISerializable
Inheritance: ObjectPageElementImportedPageArea
Implements: IArea, ICoordinate, ISerializable
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
 - An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
 - A DynamicPDF Core Suite for .NET v12.X Developer License.
 
Constructors
| ImportedPageArea(Byte[], Int32, Single, Single, [Optional] Single) | Initializes a new instance of the ImportedPageArea class. | 
| ImportedPageArea(ImportedPageContents, Single, Single) | Initializes a new instance of the ImportedPageArea class. | 
| ImportedPageArea(ImportedPageContents, Single, Single, Single) | Initializes a new instance of the ImportedPageArea class. | 
| ImportedPageArea(PdfPage, Single, Single) | Initializes a new instance of the ImportedPageArea class. | 
| ImportedPageArea(PdfPage, Single, Single, Single) | Initializes a new instance of the ImportedPageArea class. | 
| ImportedPageArea(String, Int32, Single, Single) | Initializes a new instance of the ImportedPageArea class. | 
| ImportedPageArea(String, Int32, Single, Single, Single) | Initializes a new instance of the ImportedPageArea class. | 
Properties
| Angle | Gets or sets the angle of the imported page area in degrees. | 
| Contents | Get the imported page area's ImportedPageContents object. | 
| Height | Gets or sets the height of the imported page area. | 
| ID | Gets or sets the ID of the page element. (Inherited from PageElement)  | 
| IgnoreMargins | Gets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property. (Inherited from PageElement)  | 
| RelativeTo | Gets and sets placement of the page element on the page. (Inherited from PageElement)  | 
| ScaleX | Gets or sets the horizontal scale of the imported page area. | 
| ScaleY | Gets or sets the vertical scale of the imported page area. | 
| Width | Gets or sets the width of the imported page area. | 
| X | Gets or sets the X coordinate of the page element. | 
| Y | Gets or sets the Y coordinate of the imported page area. | 
Methods
| Draw(PageWriter) | Draws the image to the given PageWriter object. | 
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object)  | 
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object)  | 
| GetType() | Gets the Type of the current instance. (Inherited from Object)  | 
| SetBounds(Single, Single) | Scales the image to fit in the given box keeping the X and Y scale equal. | 
| SetSize(Single, Single) | Scales the image to fit the exact width and height given. | 
| ToString() | Returns a String that represents the current Object . (Inherited from Object)  |