ContextGetNonOCDrawing Method |
Gets the non oc drawing.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetNonOCDrawing()
Public Function GetNonOCDrawing As Boolean
public:
virtual bool GetNonOCDrawing() sealed
function GetNonOCDrawing();
Return Value
Type:
Boolean the non-OC status for this context. The flag indicates whether the
content that is not marked as optional should be treated as visible.
For more information, please see SetNonOCDrawing().
See Also