Click or drag to resize

PdfImageSource Properties

The PdfImageSource type exposes the following members.

Properties
  NameDescription
Protected propertyActiveImages
Gets the active images.
(Inherited from ImageSource.)
Public propertyCount
Returns the total number of images in the image source.
(Inherited from RandomAccessImageSource.)
Protected propertyCulledImages
Gets the culled images.
(Inherited from ImageSource.)
Public propertyCurrent
Returns the index of the current image.
(Inherited from ImageSource.)
Public propertyImmediateUnload
Determines if an image should be unloaded from memory immediately.
(Inherited from ImageSource.)
Public propertyItem
Acquires the image at location i within the image source and returns it.
(Inherited from RandomAccessImageSource.)
Public propertyMemoryInUse
Returns an estimate of the number of bytes of memory currently in use by images in this ImageSource.
(Inherited from ImageSource.)
Public propertyMemoryLimit
This sets the limit for memory usage for this ImageSource. If memory usage goes beyond this, images will be dropped from memory until memory usage is below the limit.
(Inherited from ImageSource.)
Public propertyRenderSettings
Public propertyResolution
Public propertyTotalImages
Returns the total number of available images in this ImageSource.
(Inherited from ImageSource.)
Public propertyTotalImagesKnown
Gets a value indicating whether or not the total number of images in this image source can be known.
(Inherited from ImageSource.)
Top
See Also