 | PdfFileAttachmentAnnotationFileSpecification Property |
Gets or sets a file specification described the file associated with this annotation.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfFileSpecification FileSpecification { get; set; }
Public Property FileSpecification As PdfFileSpecification
Get
Set
public:
property PdfFileSpecification^ FileSpecification {
PdfFileSpecification^ get ();
void set (PdfFileSpecification^ value);
}
member FileSpecification : PdfFileSpecification with get, set
/** @property */
public PdfFileSpecification get_FileSpecification()
/** @property */
public void set_FileSpecification(PdfFileSpecification value)
function get_FileSpecification();
function set_FileSpecification(value);
Property Value
PdfFileSpecification
See Also