Click or drag to resize

PdfImageManager Properties

The PdfImageManager type exposes the following members.

Properties
  NameDescription
Public propertyCompressionSelector
Gets or sets the compression selector.
Public propertyCompressors
Gets the compressors.
Public propertyDctQuality
Gets or sets the DCT quality.
Public propertyItem
Gets the resource with the specified s.
(Inherited from PdfResourceManagerT.)
Public propertyJpxQuality
Gets or sets the JPX quality.
Protected propertyResourceClass
Gets the resource class.
(Overrides PdfResourceManagerTResourceClass.)
Public propertyCode exampleResourceNames
Gets the resource names for this resource manager.
Examples
foreach (string name in globalResources.Images.ResourceNames) {
    Console.WriteLine("resource name: " + name);
}
(Inherited from PdfResourceManagerT.)
Public propertyStreamProvider
Gets or sets the stream provider.
Top
See Also