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

PdfFrame Constructor

Creates and initializes new PdfFrame class instance.

Overload List

Name Description
Public method PdfFrame()

Creates and initializes new PdfFrame class instance.

Public method PdfFrame(Int32)

Creates and initializes new PdfFrame class instance. You can initialize JPEG quality here.

Public method PdfFrame(Bitmap)

Creates and initializes new PdfFrame class instance. You can associate a bitmap with this frame here.

Public method PdfFrame(Bitmap, Int32)

Creates and initializes new PdfFrame class instance. You can associate a bitmap with this frame here and initialize JPEG quality.

See Also

Reference