PdfImage Methods
From PDF File Writer
PDF File Writer Class Library - Author Uzi Granot
PdfImage Methods |
The PdfImage type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo |
Compare the resource codes of two PDF objects.
(Inherited from PdfObject.) | |
| Dispose |
Dispose unmanaged resources
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ImageSize(SizeD) |
Calculates image size to preserve aspect ratio.
| |
| ImageSize(Double, Double) |
Calculates image size to preserve aspect ratio.
| |
| ImageSizePosition(SizeD, ContentAlignment) |
Calculates image size to preserve aspect ratio and sets position.
| |
| ImageSizePosition(Double, Double, ContentAlignment) |
Calculates image size to preserve aspect ratio and sets position.
| |
| LoadImage(Boolean) |
Load image from black and white bool matrix
| |
| LoadImage(Image) |
Load image from Image derived class (Bitmap)
| |
| LoadImage(String) |
Load image from file
| |
| LoadImage(Pdf417Encoder) |
Load image fro Pdf417Encoder
| |
| LoadImage(QREncoder) |
Load image from QRCode encoder
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |