Class PdfDocumentInfo
Class PdfDocumentInfo
이름 공간 : Aspose.Imaging.FileFormats.Pdf 모임: Aspose.Imaging.dll (25.4.0)
이 클래스는 문서 설명을위한 메타 데이터 세트를 나타냅니다.
public class PdfDocumentInfo
Inheritance
상속 회원들
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PdfDocumentInfo()
public PdfDocumentInfo()
Properties
Author
문서의 저자를 얻거나 설정합니다.
[JsonProperty]
public string Author { get; set; }
부동산 가치
Keywords
문서의 키워드를 얻거나 설정합니다.
[JsonProperty]
public string Keywords { get; set; }
부동산 가치
Subject
문서를 받거나 제출하십시오.
[JsonProperty]
public string Subject { get; set; }
부동산 가치
Title
문서의 제목을 얻거나 설정합니다.
[JsonProperty]
public string Title { get; set; }