Interface ICosPdfPrimitive

ICosPdfPrimitive interface

Interface for work with PDF data entity

public interface ICosPdfPrimitive

Methods

NameDescription
ToCosPdfBoolean()Tries cast this instance to CosPdfBoolean.
ToCosPdfName()Tries cast this instance to CosPdfName.
ToCosPdfNumber()Tries cast this instance to CosPdfNumber.
ToCosPdfString()Tries cast this instance to CosPdfString.
ToString()String representation of instance ICosPdfPrimitive.

See Also