Namespace: BitMiracle.Docotic.Pdf
public class PdfImageFrames : PdfCollection<PdfImageFrame>
Public Class PdfImageFrames Inherits PdfCollection(Of PdfImageFrame)
The PdfImageFrames type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the PdfCollection<T>.
(Inherited from PdfCollection<T>.) |
![]() | IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Inherited from PdfCollection<T>.) |
![]() | IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread safe).
(Inherited from PdfCollection<T>.) |
![]() | Item |
Gets the element at the specified index.
(Inherited from PdfCollection<T>.) |
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the collection.
(Inherited from PdfCollection<T>.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the collection.
(Inherited from PdfCollection<T>.) |
![]() | Clear |
Removes all items from the collection.
(Inherited from PdfCollection<T>.) |
![]() | Contains |
Determines whether the collection contains a specific value.
(Inherited from PdfCollection<T>.) |
![]() | CopyTo(Array, Int32) |
Copies the elements of the collection to an System.Array, starting at a particular
System.Array index.
(Inherited from PdfCollection<T>.) |
![]() | CopyTo(T[], Int32) |
Copies the elements of the collection to an System.Array, starting at a particular
System.Array index.
(Inherited from PdfCollection<T>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetAt |
Gets the element at the specified index.
(Inherited from PdfCollection<T>.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from PdfCollection<T>.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Determines the index of a specific item in the collection.
(Inherited from PdfCollection<T>.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of a specific object from the collection.
(Inherited from PdfCollection<T>.) |
![]() | SetDeflateQuality |
Sets the Deflate quality for all frames.
|
![]() | SetJpeg2000CompressionRatio |
Sets the JPEG 2000 compression ratio for all frames.
|
![]() | SetJpegQuality |
Sets the JPEG quality for all frames.
|
![]() | SetOutputCompression |
Sets the OutputCompression option for all frames.
|
![]() | SetRecompressAlways |
Sets the RecompressAlways option for all frames.
|
![]() | SetThresholdLevel |
Sets the threshold level for all frames.
|
![]() | ToString | (Inherited from Object.) |