Layout Class
Represents layout contained by the CAD drawing.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.ResultsLayout

Namespace: GroupDocs.Viewer.Results
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
[SerializableAttribute]
public sealed class Layout : IEquatable<Layout>

The Layout type exposes the following members.

Constructors
  NameDescription
Public methodLayout
Initializes new instance of Layout class.
Properties
  NameDescription
Public propertyHeight
The height of the layout.
Public propertyName
The name of the layout.
Public propertyWidth
The width of the layout.
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the current Layout is the same as specified object.
(Overrides ObjectEquals(Object).)
Public methodEquals(Layout)
Determines whether the current Layout is the same as specified Layout object.
Public methodGetHashCode
Returns the hash code for the current Layout object.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two Layout objects are the same.
Public operatorStatic memberInequality
Determines whether two Layout objects are not the same.
See Also