Back to Website
Show / Hide Table of Contents

Class GroupItemConvertResult

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

Constructors

GroupItemConvertResult(GroupItem, List<String>, List<String>, List<String>)

Declaration
public GroupItemConvertResult(GroupItem groupItem, List<string> missingFonts, List<string> designImages, List<string> missingLinkImages)
Parameters
Type Name Description
GroupItem groupItem
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>

GroupItem

Declaration
public GroupItem GroupItem { get; set; }
Property Value
Type Description
GroupItem

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>
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...