ElementWriterSetDefaultGState Method |
This method is used to initialize ElementWriter state with the state of a given ElementReader.
This can be used to avoid incorrectly writing inherited GState attributes.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetDefaultGState(
ElementReader reader
)
Public Sub SetDefaultGState (
reader As ElementReader
)
public:
virtual void SetDefaultGState(
[InAttribute] ElementReader^ reader
) sealed
function SetDefaultGState(reader);
Parameters
- reader
- Type: pdftron.PDFElementReader
the ElementReader
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also