Pdf |
The PdfContentMark type exposes the following members.
| Name | Description | |
|---|---|---|
| AssociatedFiles | (Optional; PDF 2.0) An array of one or more PdfFileSpecifications which denote the associated files for content marked with this PdfContentMark. | |
| ElementType |
Gets the Mark value.
(Overrides PdfContentElementElementType) | |
| MarkType | Gets the type of the content mark. | |
| Properties | Gets or sets the marked content properties. The Properties of the End mark is retrieved from and set to the associated Start mark. Use GetDictionary(PdfObject) on the returned PdfContentMarkProperties to get the underlying PdfDictionary that contains the actual properties. If PdfContentMarkProperties value doesn't contain any PdfIndirectObject, it is set as a read-only when reading/writing the Properties from/to the underlying content stream and when setting the Properties to a new value. This is required to correctly detect content changes. Use GetEditableProperties method to get PdfContentMarkProperties that you want to edit. | |
| Tag | Gets or sets the marked content tag. The Tag of the End mark is retrieved from and set to the associated Start mark. |
| Name | Description | |
|---|---|---|
| GetEditableProperties | Gets the marked content properties that can edited. The GetEditableProperties of the End mark is retrieved from the associated Start mark. Use GetDictionary(PdfObject) on the returned PdfContentMarkProperties to get the underlying PdfDictionary that contains the actual editable properties. Use this method only if you want to edit Properties; otherwise, use Properties. | |
| ToString |
Returns a String that represents this PdfContentMark instance.
(Overrides ObjectToString) |