Class PdfDocumentConstructorStream.Types.Info
Inheritance
System.Object
PdfDocumentConstructorStream.Types.Info
Implements
Google.Protobuf.IMessage<PdfDocumentConstructorStream.Types.Info>
Google.Protobuf.IMessage
System.IEquatable<PdfDocumentConstructorStream.Types.Info>
Google.Protobuf.IDeepCloneable<PdfDocumentConstructorStream.Types.Info>
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 Info : IMessage<PdfDocumentConstructorStream.Types.Info>, IMessage, IEquatable<PdfDocumentConstructorStream.Types.Info>, IDeepCloneable<PdfDocumentConstructorStream.Types.Info>, IBufferMessage
Constructors
Info()
Declaration
public Info()
Info(PdfDocumentConstructorStream.Types.Info)
Declaration
public Info(PdfDocumentConstructorStream.Types.Info other)
Parameters
Type | Name | Description |
---|---|---|
PdfDocumentConstructorStream.Types.Info | other |
Fields
OwnerPasswordFieldNumber
Declaration
public const int OwnerPasswordFieldNumber = 2
Field Value
Type | Description |
---|---|
System.Int32 |
UserPasswordFieldNumber
Declaration
public const int UserPasswordFieldNumber = 1
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.Reflection.MessageDescriptor |
HasOwnerPassword
Declaration
public bool HasOwnerPassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasUserPassword
Declaration
public bool HasUserPassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
OwnerPassword
Declaration
public string OwnerPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parser
Declaration
public static MessageParser<PdfDocumentConstructorStream.Types.Info> Parser { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.MessageParser<PdfDocumentConstructorStream.Types.Info> |
UserPassword
Declaration
public string UserPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type | Description |
---|---|
System.Int32 |
ClearOwnerPassword()
Declaration
public void ClearOwnerPassword()
ClearUserPassword()
Declaration
public void ClearUserPassword()
Clone()
Declaration
public PdfDocumentConstructorStream.Types.Info Clone()
Returns
Type | Description |
---|---|
PdfDocumentConstructorStream.Types.Info |
Equals(PdfDocumentConstructorStream.Types.Info)
Declaration
public bool Equals(PdfDocumentConstructorStream.Types.Info other)
Parameters
Type | Name | Description |
---|---|---|
PdfDocumentConstructorStream.Types.Info | 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(PdfDocumentConstructorStream.Types.Info)
Declaration
public void MergeFrom(PdfDocumentConstructorStream.Types.Info other)
Parameters
Type | Name | Description |
---|---|---|
PdfDocumentConstructorStream.Types.Info | 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)