iMediaItemSizeOnDisc Property  | 
 
            Returns the size of the file or directory to the next largest sector
            
 
    Namespace: 
   CDVDBurnerNET.MediaItems
    Assembly:
   CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
SyntaxReadOnly Property SizeOnDisc As Long
	Get
Dim instance As iMediaItem
Dim value As Long
value = instance.SizeOnDisc
abstract SizeOnDisc : int64 with get
/** @property */
long get_SizeOnDisc()
function get SizeOnDisc () : long
function get_SizeOnDisc();
Property Value
Type: 
Int64Return Value
Type: 
Int64
Remarks
See Also