Gets or sets whether this PDF reference is adjusted for the background.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IsAdjustedForBackground As System.Boolean |
C# | |
---|
System.bool IsAdjustedForBackground {get; set;} |
JavaScript | |
---|
get_IsAdjustedForBackground () : Boolean
put_IsAdjustedForBackground (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_IsAdjustedForBackground(
VARIANT_BOOL* Val
)
HRESULT put_IsAdjustedForBackground(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_IsAdjustedForBackground (
bool* Val
)
DSRESULT put_IsAdjustedForBackground(
bool NewVal
) |
Property Value
True if adjusted for the background, false if not
See Also
Availability
DraftSight 2020 SP0