Class UnderlayPdfDefinition
Represents a PDF underlay definition.
Implements
System.ICloneable
System.IComparable
System.IComparable<TableObject>
System.IEquatable<TableObject>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: netDxf.Objects
Assembly: CADability.dll
Syntax
public class UnderlayPdfDefinition : UnderlayDefinition, IHasXData, ICloneable, IComparable, IComparable<TableObject>, IEquatable<TableObject>
Constructors
| Improve this Doc View SourceUnderlayPdfDefinition(String)
Initializes a new instance of the UnderlayPdfDefinition class.
Declaration
public UnderlayPdfDefinition(string file)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | file | Underlay file name with full or relative path. |
UnderlayPdfDefinition(String, String)
Initializes a new instance of the UnderlayPdfDefinition class.
Declaration
public UnderlayPdfDefinition(string name, string file)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | Underlay definition name. |
| System.String | file | Underlay file name with full or relative path. |
Properties
| Improve this Doc View SourceOwner
Gets the owner of the actual underlay PDF definition.
Declaration
public UnderlayPdfDefinitions Owner { get; }
Property Value
| Type | Description |
|---|---|
| UnderlayPdfDefinitions |
Page
Gets or sets the PDF page to show.
Declaration
public string Page { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceClone()
Creates a new UnderlayPdfDefinition that is a copy of the current instance.
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| System.Object | A new UnderlayPdfDefinition that is a copy of this instance. |
Overrides
| Improve this Doc View SourceClone(String)
Creates a new UnderlayPdfDefinition that is a copy of the current instance.
Declaration
public override TableObject Clone(string newName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | newName | UnderlayPdfDefinition name of the copy. |
Returns
| Type | Description |
|---|---|
| TableObject | A new UnderlayPdfDefinition that is a copy of this instance. |
Overrides
Implements
System.ICloneable
System.IComparable
System.IComparable<T>
System.IEquatable<T>