PdfSizeGdiExtensions Class

Provides System.Drawing / GDI+ extension methods for the PdfSize structure.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.Gdi.PdfSizeGdiExtensions

Namespace:  BitMiracle.Docotic.Pdf.Gdi
Assembly:  BitMiracle.Docotic.Pdf.Gdi (in BitMiracle.Docotic.Pdf.Gdi.dll)

Syntax

C#
public static class PdfSizeGdiExtensions
VB
<ExtensionAttribute>
Public NotInheritable Class PdfSizeGdiExtensions

The PdfSizeGdiExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberToPointF
Converts a PdfSize to a PointF.
Public methodStatic memberToSize
Converts a PdfSize to a Size.
Public methodStatic memberToSizeF
Converts a PdfSize to a SizeF.

See Also