IDiscFormat2DataPostgapAlreadyInImage Property |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax bool PostgapAlreadyInImage { get; set; }
Property PostgapAlreadyInImage As Boolean
Get
Set
Dim instance As IDiscFormat2Data
Dim value As Boolean
value = instance.PostgapAlreadyInImage
instance.PostgapAlreadyInImage = value
abstract PostgapAlreadyInImage : bool with get, set
/** @property */
boolean get_PostgapAlreadyInImage()
/** @property */
void set_PostgapAlreadyInImage(boolean value)
function get PostgapAlreadyInImage () : boolean
function set PostgapAlreadyInImage (value : boolean)
function get_PostgapAlreadyInImage();
function set_PostgapAlreadyInImage(value);
Property Value
Type:
BooleanSee Also