![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents PDF link More...
Public Member Functions | |
| override void | Dispose () |
| PdfLink (SolidFramework.Pdf.PdfDocument pdfDocument) | |
| Initializes a new instance of the PdfLink class. | |
| virtual SolidFramework.Pdf.Plumbing.PdfObject | GetParentAnnotationObj () |
| 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 | |
| SolidFramework.Pdf.Plumbing.PdfAction | A [get] |
| Gets the A. | |
| SolidFramework.Pdf.Plumbing.PdfItem | Dest [get] |
| Gets the dest. | |
| string | Subtype [get] |
| Gets the type of annotation that this dictionary describes. | |
| global::System.Drawing.RectangleF | Rect [get] |
| Gets the annotation rectangle, defining the location of the annotation on the page in default user space units. | |
| string | Contents [get] |
| Gets the contents. | |
| string | Modified [get] |
| Gets the date and time when the annotation was most recently modified. | |
| 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 link
|
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.PdfAnnot.
|
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.