 | FPDF_FILEACCESSFileLen Property |
File length, in bytes.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic uint FileLen { get; set; }Public Property FileLen As UInteger
Get
Set
public:
property unsigned int FileLen {
unsigned int get ();
void set (unsigned int value);
}member FileLen : uint32 with get, set
/** @property */
public UInt32 get_FileLen()
/** @property */
public void set_FileLen(UInt32 value)
function get_FileLen();
function set_FileLen(value);
Property Value
UInt32
See Also