![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents PDF stream object More...
Public Member Functions | |
override void | Dispose () |
PdfStreamObject (SolidFramework.Pdf.PdfDocument pdfDocument) | |
Initializes a new instance of the PdfStreamObject class. | |
string | GetDataAsString () |
Gets the data as string. | |
global::System.Drawing.Bitmap | ToBitmap (SolidFramework.Pdf.PdfDocument document) |
override string | ToString () |
Returns a System.String that represents this instance. More... | |
SolidFramework.Pdf.Plumbing.PdfDictionaryItemsCollection | GetPdfDictionaryItemsCollection () |
SolidFramework.Pdf.Plumbing.PdfItem | GetDictionaryValueByIndex (int i) |
bool | TryGetValue (string key, out SolidFramework.Pdf.Plumbing.PdfItem value) |
Retrieves the value for the given key, if possible. More... | |
void | Add (global::System.Collections.Generic.KeyValuePair< string, SolidFramework.Pdf.Plumbing.PdfItem > item) |
Adds an item containing a key and value to the T:System.Collections.Generic.IDictionary. More... | |
void | Add (string key, SolidFramework.Pdf.Plumbing.PdfItem value) |
Adds an element with the provided key and value to the dictionary. More... | |
bool | Remove (global::System.Collections.Generic.KeyValuePair< string, SolidFramework.Pdf.Plumbing.PdfItem > item) |
Removes the element with the specified key from the T:Dictionary. More... | |
bool | Contains (global::System.Collections.Generic.KeyValuePair< string, SolidFramework.Pdf.Plumbing.PdfItem > item) |
Determines whether the T:Dictionary contains an element with the key specified in item. More... | |
void | CopyTo (global::System.Collections.Generic.KeyValuePair< string, SolidFramework.Pdf.Plumbing.PdfItem >[] array) |
void | CopyTo (global::System.Collections.Generic.KeyValuePair< string, SolidFramework.Pdf.Plumbing.PdfItem >[] array, int arrayIndex) |
bool | ContainsKey (string key) |
Determines whether the dictionary contains an element with the specified key. More... | |
void | Clear () |
Removes all items from the dictionary. | |
bool | ClearMetadata () |
Clears the metadata. More... | |
global::System.IntPtr | GetHandle () |
bool | Equals (SolidFramework.Pdf.Plumbing.PdfItem other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static SolidFramework.Pdf.Plumbing.PdfItem | GetIndirectionItem (SolidFramework.Pdf.Plumbing.PdfItem item) |
static SolidFramework.Pdf.Plumbing.PdfItem | GetIndirectionItem (SolidFramework.Pdf.Plumbing.PdfItem item, string forceType) |
static SolidFramework.Pdf.Plumbing.PdfObject | GetIndirectionObject (SolidFramework.Pdf.Plumbing.PdfItem item) |
static bool | operator== (SolidFramework.Pdf.Plumbing.PdfItem obj1, SolidFramework.Pdf.Plumbing.PdfItem obj2) |
static bool | operator!= (SolidFramework.Pdf.Plumbing.PdfItem obj1, SolidFramework.Pdf.Plumbing.PdfItem obj2) |
Properties | |
global::System.Collections.ObjectModel.ReadOnlyCollection< byte > | DataAsReadOnlyCollection [get] |
global::System.IntPtr | Data [get] |
Gets the data. | |
int | Length [get] |
Gets the length. | |
int | DataLength [get] |
Gets the data length. | |
bool | IsReadOnly [get] |
Gets whether the collection is readonly. This method always returns false. | |
global::System.Collections.Generic.ICollection< string > | Keys [get] |
Gets an T: System.Collections.ICollection containing the keys of the T: System.Collections.IDictionary. More... | |
global::System.Collections.Generic.ICollection< SolidFramework.Pdf.Plumbing.PdfItem > | Values [get] |
Gets an T:System.Collections.ICollection containing the values in the T:System.Collections.IDictionary. More... | |
SolidFramework.Pdf.Plumbing.PdfItem | this[string key] [getset] |
string | Type [get] |
Gets the type. | |
int | Count [get] |
Gets the number of elements contained in the dictionary. More... | |
SolidFramework.Pdf.Plumbing.PdfObjectType | PdfObjectType [get] |
Gets the type of the PDF object. More... | |
Represents PDF stream object
|
inherited |
Adds an item containing a key and value to the T:System.Collections.Generic.IDictionary.
item | A KeyValuePair that contains the key and value of the itme to be add. |
T:System.ArgumentNullException | item is null. |
|
inherited |
Adds an element with the provided key and value to the dictionary.
key | The object to use as the key of the element to add. |
value | The object to use as the value of the element to add. |
|
inherited |
Clears the metadata.
|
inherited |
Determines whether the T:Dictionary contains an element with the key specified in item.
item | A KeyValuePair containing the key to locate in the T:Dictionary. |
T:System.ArgumentNullException | item is null. |
summary> Copies all the elements of the dictionary to the specified one-dimensional array starting at the beginning /summary>
|
inherited |
Determines whether the dictionary contains an element with the specified key.
key | The key to locate in the dictionary. |
true
if the dictionary contains an element with the key; otherwise false
.
|
inherited |
summary> Copies all the elements of the dictionary to the specified one-dimensional array starting at the specified destination array index. /summary>
|
virtual |
Reimplemented from SolidFramework.Pdf.Plumbing.PdfDictionary.
|
inherited |
Removes the element with the specified key from the T:Dictionary.
item | PdfItem to be removed. |
T:System.ArgumentNullException | item is null. |
|
inherited |
Returns a System.String that represents this instance.
|
inherited |
Retrieves the value for the given key, if possible.
key | The key associated with the value to retrieve. |
value | The value associated with the specified key. |
T:System.ArgumentNullException | If key is null. |
|
getinherited |
Gets the number of elements contained in the dictionary.
|
getinherited |
Gets an T: System.Collections.ICollection containing the keys of the T: System.Collections.IDictionary.
|
getinherited |
Gets the type of the PDF object.
The type of the PDF object.
|
getinherited |
Gets an T:System.Collections.ICollection containing the values in the T:System.Collections.IDictionary.