 | PdfFileFileSize Property |
Gets or sets size of the embedded file, in bytes.
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic int FileSize { get; set; }
Public Property FileSize As Integer
Get
Set
public:
property int FileSize {
int get ();
void set (int value);
}
member FileSize : int with get, set
/** @property */
public int get_FileSize()
/** @property */
public void set_FileSize(int value)
function get_FileSize();
function set_FileSize(value);
Property Value
Int32
See Also