Click or drag to resize

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
)

Parameters

reader
Type: pdftron.PDFElementReader
the ElementReader
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also