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:

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

AngleGets or sets the angle of the imported page area in degrees.
ContentsGet the imported page area's ImportedPageContents object.
HeightGets or sets the height of the imported page area.
IDGets or sets the ID of the page element.
(Inherited from PageElement)
IgnoreMarginsGets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property.
(Inherited from PageElement)
RelativeToGets and sets placement of the page element on the page.
(Inherited from PageElement)
ScaleXGets or sets the horizontal scale of the imported page area.
ScaleYGets or sets the vertical scale of the imported page area.
WidthGets or sets the width of the imported page area.
XGets or sets the X coordinate of the page element.
YGets 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)

See Also

ceTe.DynamicPDF.Merger

In this topic