Show / Hide Table of Contents

Class UnderlayPdfDefinition

Represents a PDF underlay definition.

Inheritance
System.Object
DxfObject
TableObject
UnderlayDefinition
UnderlayPdfDefinition
Implements
IHasXData
System.ICloneable
System.IComparable
System.IComparable<TableObject>
System.IEquatable<TableObject>
Inherited Members
UnderlayDefinition.Type
UnderlayDefinition.File
TableObject.NameChanged
TableObject.OnNameChangedEvent(String, String)
TableObject.XDataAddAppReg
TableObject.OnXDataAddAppRegEvent(ApplicationRegistry)
TableObject.XDataRemoveAppReg
TableObject.OnXDataRemoveAppRegEvent(ApplicationRegistry)
TableObject.Name
TableObject.IsReserved
TableObject.InvalidCharacters
TableObject.XData
TableObject.IsValidName(String)
TableObject.ToString()
TableObject.CompareTo(Object)
TableObject.CompareTo(TableObject)
TableObject.GetHashCode()
TableObject.Equals(Object)
TableObject.Equals(TableObject)
DxfObject.CodeName
DxfObject.Handle
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 Source

UnderlayPdfDefinition(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.

| Improve this Doc View Source

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 Source

Owner

Gets the owner of the actual underlay PDF definition.

Declaration
public UnderlayPdfDefinitions Owner { get; }
Property Value
Type Description
UnderlayPdfDefinitions
| Improve this Doc View Source

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 Source

Clone()

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
TableObject.Clone()
| Improve this Doc View Source

Clone(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
TableObject.Clone(String)

Implements

IHasXData
System.ICloneable
System.IComparable
System.IComparable<T>
System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX