Class ConvertResult
Inheritance
System.Object
ConvertResult
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()
Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ConvertResult
Constructors
ConvertResult(Product, MissingFontsCollection, DesignImagesCollection, MissingLinkImagesCollection)
Declaration
public ConvertResult(Product product, MissingFontsCollection missingFonts, DesignImagesCollection designImages = null, MissingLinkImagesCollection missingLinkImages = null)
Parameters
Type | Name | Description |
---|---|---|
Product | product | |
MissingFontsCollection | missingFonts | |
DesignImagesCollection | designImages | |
MissingLinkImagesCollection | missingLinkImages |
Properties
DesignImages
Declaration
public DesignImagesCollection DesignImages { get; set; }
Property Value
Type | Description |
---|---|
DesignImagesCollection |
MissingFonts
Declaration
public MissingFontsCollection MissingFonts { get; set; }
Property Value
Type | Description |
---|---|
MissingFontsCollection |
MissingLinkImages
Declaration
public MissingLinkImagesCollection MissingLinkImages { get; set; }
Property Value
Type | Description |
---|---|
MissingLinkImagesCollection |
Product
Declaration
public Product Product { get; set; }
Property Value
Type | Description |
---|---|
Product |