Back to Website
Show / Hide Table of Contents

Class SurfaceConvertResult

Inheritance
System.Object
SurfaceConvertResult
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 SurfaceConvertResult

Constructors

SurfaceConvertResult(Surface, List<String>, List<String>, List<String>)

Declaration
public SurfaceConvertResult(Surface surface, List<string> missingFonts, List<string> designImages, List<string> missingLinkImages)
Parameters
Type Name Description
Surface surface
System.Collections.Generic.List<System.String> missingFonts
System.Collections.Generic.List<System.String> designImages
System.Collections.Generic.List<System.String> missingLinkImages

Properties

DesignImages

Declaration
public List<string> DesignImages { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

MissingFonts

Declaration
public List<string> MissingFonts { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

MissingLinkImages

Declaration
public List<string> MissingLinkImages { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

Surface

Declaration
public Surface Surface { get; set; }
Property Value
Type Description
Surface
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback