Back to Website
Show / Hide Table of Contents

Class RenderingConfig.PdfMeta

Inheritance
System.Object
RenderingConfig.PdfMeta
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Configuration.RenderingConfig
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class PdfMeta

Constructors

PdfMeta()

Declaration
public PdfMeta()

Properties

Author

Declaration
public string Author { get; set; }
Property Value
Type Description
System.String

Creator

Declaration
public string Creator { get; set; }
Property Value
Type Description
System.String

Keywords

Declaration
public string Keywords { get; set; }
Property Value
Type Description
System.String

Subject

Declaration
public string Subject { get; set; }
Property Value
Type Description
System.String

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Methods

Clone()

Declaration
public RenderingConfig.PdfMeta Clone()
Returns
Type Description
RenderingConfig.PdfMeta

Equals(RenderingConfig.PdfMeta)

Declaration
protected bool Equals(RenderingConfig.PdfMeta other)
Parameters
Type Name Description
RenderingConfig.PdfMeta other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...