 | PdfAttachmentFileSpecification Property |
Gets a file specification described the attachment.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfFileSpecification FileSpecification { get; }Public ReadOnly Property FileSpecification As PdfFileSpecification
Get
public:
property PdfFileSpecification^ FileSpecification {
PdfFileSpecification^ get ();
}member FileSpecification : PdfFileSpecification with get
/** @property */
public PdfFileSpecification get_FileSpecification()
function get_FileSpecification();
Property Value
PdfFileSpecification
See Also