Gets a file specification describing the content of this instance.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfFileSpecification Asset { get; }
VB
Public ReadOnly Property Asset As PdfFileSpecification
Get
Property Value
Type:
PdfFileSpecificationThe content of this instance.
See Also