public interface ICosPdfPrimitive
Interface for work with PDF data entity
| Modifier and Type | Method and Description |
|---|---|
CosPdfBoolean |
toCosPdfBoolean()
Tries cast this instance to
CosPdfBoolean. |
CosPdfDictionary |
toCosPdfDictionary()
Tries cast this instance to
CosPdfDictionary. |
CosPdfName |
toCosPdfName()
Tries cast this instance to
CosPdfName. |
CosPdfNumber |
toCosPdfNumber()
Tries cast this instance to
CosPdfNumber. |
CosPdfString |
toCosPdfString()
Tries cast this instance to
CosPdfString. |
String |
toString()
String representation of instance ICosPdfPrimitive. |
CosPdfName toCosPdfName()
Tries cast this instance to CosPdfName.
CosPdfName else CosPdfName.CosPdfString toCosPdfString()
Tries cast this instance to CosPdfString.
CosPdfString else CosPdfString.CosPdfBoolean toCosPdfBoolean()
Tries cast this instance to CosPdfBoolean.
CosPdfBoolean else CosPdfBoolean.CosPdfNumber toCosPdfNumber()
Tries cast this instance to CosPdfNumber.
CosPdfNumber else CosPdfNumber.CosPdfDictionary toCosPdfDictionary()
Tries cast this instance to CosPdfDictionary.
CosPdfDictionary else CosPdfDictionary.String toString()
String representation of instance ICosPdfPrimitive.
toString in class ObjectString representation of instance ICosPdfPrimitive.Copyright © 2025 Aspose. All Rights Reserved.