RotatingPageElement
Base class from which rotating page elements are derived.
public abstract class RotatingPageElement : TaggablePageElement, ICoordinate, ISerializable
Public MustInherit Class RotatingPageElement
Inherits TaggablePageElement
Implements ICoordinate, ISerializable
Inheritance: ObjectPageElementTaggablePageElementRotatingPageElement
Implements: ICoordinate, ISerializable
Derived: LayoutLink, LayoutTextArea, AustraliaPost, BarCode, Codabar, Code11, Code128, Code25, Code39, Code93, DeutschePostIdentcode, DeutschePostLeitcode, Ean13, Ean13Sup2, Ean13Sup5, Ean14, Ean8, Ean8Sup2, Ean8Sup5, GS1DataBar, Iata25, IntelligentMailBarCode, Interleaved25, Isbn, IsbnSup2, IsbnSup5, Ismn, IsmnSup2, IsmnSup5, Issn, IssnSup2, IssnSup5, Itf14, Kix, MsiBarcode, Postnet, Rm4scc, SingaporePost, TextBarCode, UpcBase, UpcVersionA, UpcVersionASup2, UpcVersionASup5, UpcVersionE, UpcVersionESup2, UpcVersionESup5, Chart, FormattedTextArea, HtmlArea, Image, Label, List, OrderedList, PageNumberingLabel, Rectangle, Table2, TextArea, UnorderedList
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.
Properties
Angle | Gets or sets the heights of the angle element. |
Height | Gets or sets the heights of the page element. |
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) |
Tag | Gets or sets the tag of the taggable element. (Inherited from TaggablePageElement) |
TagOrder | Gets or sets the tag order of the taggable element. (Inherited from TaggablePageElement) |
X | Gets or sets the X coordinate of the page element. |
Y | Gets or sets the Y coordinate of the page element. |
Methods
Draw(PageWriter) | Draws the page element 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) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |