PdfImage Methods

PDF File Writer

PdfImage Methods

The PdfImage type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compare the resource codes of two PDF objects.
(Inherited from PdfObject.)
Public methodDispose
Dispose unmanaged resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImageSize(SizeD)
Calculates image size to preserve aspect ratio.
Public methodImageSize(Double, Double)
Calculates image size to preserve aspect ratio.
Public methodImageSizePosition(SizeD, ContentAlignment)
Calculates image size to preserve aspect ratio and sets position.
Public methodImageSizePosition(Double, Double, ContentAlignment)
Calculates image size to preserve aspect ratio and sets position.
Public methodLoadImage(Boolean)
Load image from black and white bool matrix
Public methodLoadImage(Image)
Load image from Image derived class (Bitmap)
Public methodLoadImage(String)
Load image from file
Public methodLoadImage(Pdf417Encoder)
Load image fro Pdf417Encoder
Public methodLoadImage(QREncoder)
Load image from QRCode encoder
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also