PrinterObjectPropertiesFileSize Property
|
Gets/sets the size of the file in bytes
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public long FileSize { get; set; }
Public Property FileSize As Long
Get
Set
public:
property long long FileSize {
long long get ();
void set (long long value);
}
Property Value
Type:
Int64See Also