Class BarcodeStamperInfo
Inheritance
System.Object
BarcodeStamperInfo
Implements
Google.Protobuf.IMessage<BarcodeStamperInfo>
Google.Protobuf.IMessage
System.IEquatable<BarcodeStamperInfo>
Google.Protobuf.IDeepCloneable<BarcodeStamperInfo>
Google.Protobuf.IBufferMessage
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: IronPdfEngine.Proto
Assembly: IronPdf.dll
Syntax
public sealed class BarcodeStamperInfo : IMessage<BarcodeStamperInfo>, IMessage, IEquatable<BarcodeStamperInfo>, IDeepCloneable<BarcodeStamperInfo>, IBufferMessage
Constructors
BarcodeStamperInfo()
Declaration
public BarcodeStamperInfo()
BarcodeStamperInfo(BarcodeStamperInfo)
Declaration
public BarcodeStamperInfo(BarcodeStamperInfo other)
Parameters
Type | Name | Description |
---|---|---|
BarcodeStamperInfo | other |
Fields
BarcodeTypeFieldNumber
Declaration
public const int BarcodeTypeFieldNumber = 1
Field Value
Type | Description |
---|---|
System.Int32 |
HeightPxFieldNumber
Declaration
public const int HeightPxFieldNumber = 3
Field Value
Type | Description |
---|---|
System.Int32 |
WidthPxFieldNumber
Declaration
public const int WidthPxFieldNumber = 2
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
BarcodeType
Declaration
public BarcodeEncoding BarcodeType { get; set; }
Property Value
Type | Description |
---|---|
BarcodeEncoding |
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.Reflection.MessageDescriptor |
HasHeightPx
Declaration
public bool HasHeightPx { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasWidthPx
Declaration
public bool HasWidthPx { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HeightPx
Declaration
public int HeightPx { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Parser
Declaration
public static MessageParser<BarcodeStamperInfo> Parser { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.MessageParser<BarcodeStamperInfo> |
WidthPx
Declaration
public int WidthPx { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type | Description |
---|---|
System.Int32 |
ClearHeightPx()
Declaration
public void ClearHeightPx()
ClearWidthPx()
Declaration
public void ClearWidthPx()
Clone()
Declaration
public BarcodeStamperInfo Clone()
Returns
Type | Description |
---|---|
BarcodeStamperInfo |
Equals(BarcodeStamperInfo)
Declaration
public bool Equals(BarcodeStamperInfo other)
Parameters
Type | Name | Description |
---|---|---|
BarcodeStamperInfo | other |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
System.Object | other |
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()
MergeFrom(CodedInputStream)
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type | Name | Description |
---|---|---|
Google.Protobuf.CodedInputStream | input |
MergeFrom(BarcodeStamperInfo)
Declaration
public void MergeFrom(BarcodeStamperInfo other)
Parameters
Type | Name | Description |
---|---|---|
BarcodeStamperInfo | other |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
WriteTo(CodedOutputStream)
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type | Name | Description |
---|---|---|
Google.Protobuf.CodedOutputStream | output |
Implements
Google.Protobuf.IMessage<>
Google.Protobuf.IMessage
System.IEquatable<T>
Google.Protobuf.IDeepCloneable<>
Google.Protobuf.IBufferMessage
Inherited members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)