Name | Description | |
---|---|---|
AssociatedFiles | Gets the list of embedded files associated with this PdfImageObjectBase. (Inherited from GrapeCity.Documents.Pdf.Graphics.Images.PdfImageObjectBase) | |
BitsPerPixel | Overridden. Gets the resolution (bits-per-pixel, BPP) of this image.
Note that the PdfImageHandler returns the resolution of the underlying image. In some cases a PDF image may not provide any info about its resolution, in such cases this property will return 0. | |
Doc | Overridden. Gets the GrapeCity.Documents.Pdf.GcPdfDocument owning this object. | |
Format | Gets or sets the format used to encode the image associated with this PdfImageHandler.
By default this property is unspecified (null), and the actual embedding mode is determined by GrapeCity.Documents.Pdf.GcPdfDocument.ImageOptions. | |
Height | Overridden. Gets the height of the image in pixels. | |
HorizontalResolution | Overridden. Gets the horizontal resolution of the image. If this property returns a value that is less or equal than 0, then the horizontal resolution is not specified for an image. | |
Image | Gets the GrapeCity.Documents.Drawing.IImage object managed by this PdfImageHandler object. | |
ImageMask | Gets a value indicating whether the image is defined as a stencil mask for painting in the current color. (Inherited from GrapeCity.Documents.Pdf.Graphics.Images.PdfImageBase) | |
InlineImage | Gets a value indicating whether the image is an inline image defined directly in a PDF content stream. (Inherited from GrapeCity.Documents.Pdf.Graphics.Images.PdfImageBase) | |
ObjID | Gets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
PdfDict | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper) | |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>) | |
VerticalResolution | Overridden. Gets the vertical resolution of the image. If this property returns a value that is less or equal than 0, then the vertical resolution is not specified for an image. | |
Width | Overridden. Gets the width of the image in pixels. |