Skip to main content

Class ImbHelper

Namespace: Aurigma.DesignAtoms.Services.IMB
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ImbHelper

Inheritance: System.Object -> ImbHelper

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

ImbHelper

public ImbHelper()

Methods

Encode

public string Encode(string source)
Parameters
TypeNameDescription
System.Stringsource
Returns

System.String

EncodeToPdfStream

public void EncodeToPdfStream(string source, Color color, Stream stream, float margin)
Parameters
TypeNameDescription
System.Stringsource
Aurigma.GraphicsMill.Colorcolor
System.IO.Streamstream
System.Singlemargin

GetConvertedText

public PlainText GetConvertedText(string source, float margin, Color color = null, float? dpi = null)
Parameters
TypeNameDescription
System.Stringsource
System.Singlemargin
Aurigma.GraphicsMill.Colorcolor
System.Nullable<System.Single>dpi
Returns

Aurigma.GraphicsMill.AdvancedDrawing.PlainText

GetSize

public SizeF GetSize(string source, float margin, float? dpi = null)
Parameters
TypeNameDescription
System.Stringsource
System.Singlemargin
System.Nullable<System.Single>dpi
Returns

System.Drawing.SizeF

GetFontRegistry

public FontRegistry GetFontRegistry()
Returns

Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry

Was this page helpful?