Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfXObject
Public NotInheritable Class PdfXObject
The PdfXObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | BoundingBox |
Gets or sets the media box of the form XObject.
|
![]() | Canvas |
Gets the canvas of this XObject.
|
![]() | DrawOnBackground |
Gets or sets a value indicating whether this XObject should be drawn before
any other contents of a page.
|
![]() | Group |
Gets or sets the transparency group parameters of this XObject.
|
![]() | Height |
Gets or sets the height of the XObject in pixels.
|
![]() | Id |
Gets the identifier of this XObject in this PdfDocument.
|
![]() | Layer |
Gets or sets the layer to which this XObject belongs.
|
![]() | Matrix |
Gets or sets the form matrix.
|
![]() | Orientation |
Gets or sets the PdfPaperOrientation value specifying
the orientation of the XObject.
|
![]() | Size |
Gets or sets the PdfPaperSize value specifying
the size of the XObject.
|
![]() | Width |
Gets or sets the width of the XObject in pixels.
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode |
Serves as a hash function for a this type.
(Overrides Object.GetHashCode().) |
![]() | GetObjects() |
Retrieves collection of all objects drawn on this XObject.
|
![]() | GetObjects(PdfObjectExtractionOptions) |
Retrieves collection of all objects drawn on this XObject.
|
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether the two specified objects are equal to each other.
|
![]() ![]() | Inequality |
Determines whether the two specified objects are not equal to each other.
|
Any graphical element that is to be used repeatedly, such as a company logo, a watermark or a background can be defined as a form XObject.
A form XObject can serve as the template for an entire page.