 | PdfAttachmentName Property |
Gets the name of the attachment.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic string Name { get; }Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}member Name : string with get
/** @property */
public String get_Name()
Property Value
String
See Also