Name | Description | |
---|---|---|
FromObject | Creates a IPdfObject from an object. Depending on the type of the object, the following types of PDF objects are crated: | |
IsContentEqual | Overloaded. Checks whether the content of two IPdfObjects is the same. If both objects are a null reference (Nothing in Visual Basic), they are considered to have the same content. | |
PdfNameFromString | Creates a PdfName from a string, returns PdfNull if string is null, otherwise returns PdfString. | |
PdfStringFromString | Creates a PdfString from a string, returns PdfNull if the string is a null reference (Nothing in Visual Basic), otherwise returns a PdfString representing the string. |