This documentation is for the old version. Go to the latest Graphics Mill docs

PdfWriter.GetEmptyFrame Method

Returns Frame descendant class of the format supported with this writer.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overrides NotOverridable Function GetEmptyFrame As IFrame
C#
public override sealed IFrame GetEmptyFrame()

Return Value

Frame descendant class of the format supported with this writer. Actually it is PdfFrame class instance.

See Also

Reference