PdfImageFrames Class

Class for collection of image frames and their options. The options specify how frames should be processed before adding them to PdfDocument.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfCollection<PdfImageFrame>
    BitMiracle.Docotic.Pdf.PdfImageFrames

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class PdfImageFrames : PdfCollection<PdfImageFrame>
VB
Public Class PdfImageFrames
	Inherits PdfCollection(Of PdfImageFrame)

The PdfImageFrames type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the PdfCollection<T>.
(Inherited from PdfCollection<T>.)
Protected propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from PdfCollection<T>.)
Protected propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
(Inherited from PdfCollection<T>.)
Public propertyItem
Gets the element at the specified index.
(Inherited from PdfCollection<T>.)
Protected propertySyncRoot
Gets an object that can be used to synchronize access to the collection.
(Inherited from PdfCollection<T>.)

Methods

  NameDescription
Protected methodAdd
Adds an item to the collection.
(Inherited from PdfCollection<T>.)
Protected methodClear
Removes all items from the collection.
(Inherited from PdfCollection<T>.)
Public methodContains
Determines whether the collection contains a specific value.
(Inherited from PdfCollection<T>.)
Protected methodCopyTo(Array, Int32)
Copies the elements of the collection to an System.Array, starting at a particular System.Array index.
(Inherited from PdfCollection<T>.)
Protected methodCopyTo(T[], Int32)
Copies the elements of the collection to an System.Array, starting at a particular System.Array index.
(Inherited from PdfCollection<T>.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAt
Gets the element at the specified index.
(Inherited from PdfCollection<T>.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from PdfCollection<T>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the collection.
(Inherited from PdfCollection<T>.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodRemove
Removes the first occurrence of a specific object from the collection.
(Inherited from PdfCollection<T>.)
Public methodSetDeflateQuality
Sets the Deflate quality for all frames.
Public methodSetJpeg2000CompressionRatio
Sets the JPEG 2000 compression ratio for all frames.
Public methodSetJpegQuality
Sets the JPEG quality for all frames.
Public methodSetOutputCompression
Sets the OutputCompression option for all frames.
Public methodSetRecompressAlways
Sets the RecompressAlways option for all frames.
Public methodSetThresholdLevel
Sets the threshold level for all frames.
Public methodToString (Inherited from Object.)

See Also