PdfImage Class

PDF File Writer

PdfImage Class

PDF Image class
Inheritance Hierarchy
SystemObject  PdfFileWriterPdfObject
    PdfFileWriterPdfImage
      PdfFileWriterPdfChart

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public class PdfImage : PdfObject, IDisposable

The PdfImage type exposes the following members.

Constructors
  NameDescription
Public methodPdfImage(PdfDocument)
PdfImage constructor
Public methodPdfImage(PdfDocument, Pdf417Encoder) Obsolete.
Initializes a new instance of the PdfImage class
Public methodPdfImage(PdfDocument, QREncoder) Obsolete.
Initializes a new instance of the PdfImage class
Public methodPdfImage(PdfDocument, Boolean, PdfImageControl) Obsolete.
Initializes a new instance of the PdfImage class
Public methodPdfImage(PdfDocument, Image, PdfImageControl) Obsolete.
Initializes a new instance of the PdfImage class
Public methodPdfImage(PdfDocument, String, PdfImageControl) Obsolete.
Initializes a new instance of the PdfImage class
Top
Properties
  NameDescription
Public propertyDocument
PDF document object
(Inherited from PdfObject.)
Public propertyGrayToBWCutoff
Gray to BW cutoff level
Public propertyHeightPix
Gets image height in pixels
Public propertyImageQuality
Gets or sets Jpeg image quality
Public propertyResolution
Set output resolution
Public propertyScaleFactor
Scale factor
(Inherited from PdfObject.)
Public propertyWidthPix
Gets image width in pixels
Top
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
Fields
  NameDescription
Protected field_Resolution
Image resolution
Public fieldCropPercent
Crop image rectangle (percent of image size)
Public fieldCropRect
Crop image rectangle (image pixels)
Public fieldStatic memberDefaultQuality
Default Jpeg image quality
Public fieldLayerControl
Layer control
Public fieldReverseBW
Reverse black and white (SaveImageAs.BWImage)
Public fieldSaveAs
Save image as
Top
Remarks
See Also