Show / Hide Table of Contents

Class Document.Types.Page.Types.Dimension

Dimension for the page.

Inheritance
System.Object
Document.Types.Page.Types.Dimension
Implements
IMessage<Document.Types.Page.Types.Dimension>
System.IEquatable<Document.Types.Page.Types.Dimension>
IDeepCloneable<Document.Types.Page.Types.Dimension>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public sealed class Dimension : IMessage<Document.Types.Page.Types.Dimension>, IEquatable<Document.Types.Page.Types.Dimension>, IDeepCloneable<Document.Types.Page.Types.Dimension>, IBufferMessage, IMessage

Constructors

Dimension()

Declaration
public Dimension()

Dimension(Document.Types.Page.Types.Dimension)

Declaration
public Dimension(Document.Types.Page.Types.Dimension other)
Parameters
Type Name Description
Document.Types.Page.Types.Dimension other

Properties

Height

Page height.

Declaration
public float Height { get; set; }
Property Value
Type Description
System.Single

Unit

Dimension unit.

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

Width

Page width.

Declaration
public float Width { get; set; }
Property Value
Type Description
System.Single
Back to top