Name | Description | |
---|---|---|
BitsPerComponent | Gets the number of bits used to represent each color component in a sample. Valid values are 1, 2, 4, 8, and (in PDF 1.5) 16. Default value: 8. | |
BitsPerPixel | Overridden. Gets the number of bits-per-pixel (BPP) for this image. | |
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. | |
ImageMask | Overridden. Gets a value indicating whether the image is defined as a stencil mask for painting in the current color. | |
InlineImage | Overridden. Gets a value indicating whether the image is an inline image defined directly in a PDF content stream. | |
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. |