Pdf |
The PdfContent type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginEdit | Begins editing of the PdfContent. Calling BeginEdit is optional for Content and is mandatory for any other PdfContent that is going to be edited. Call EndEdit(Boolean) to commit the edited content and all resources (fonts, images, etc.) used by the edited content to the underlying content stream and the associated resource dictionary or CancelEdit to discard the changes and roll back to content specified in the underlying content stream. If BeginEdit is called on a PdfContent that is already being edited, the second and subsequent calls are ignored. | |
| CancelEdit | Cancels editing of the PdfContent by discarding changes since the last BeginEdit call and rolling back to content specified in the underlying content stream. This method will be ignored if called on a PdfContent that is not being edited. | |
| EndEdit | Ends editing of the PdfContent by committing the edited content and all resources (fonts, images, etc.) used by the edited content to the underlying content stream and the associated resource dictionary. Calling EndEdit(Boolean) is optional for Content and is mandatory for any other PdfContent that is being edited. This method will be ignored if called on a PdfContent that is not being edited. | |
| ToString |
Returns a Unicode text contained in this PdfContent.
(Overrides PdfContentGroupToString) |