Class PdfDocumentInfo

Class PdfDocumentInfo

이름 공간 : Aspose.Html.Rendering.Pdf 구성: Aspose.HTML.dll (25.4.0)

PDF 문서에 대한 정보를 제공합니다.

[ComVisible(true)]
public class PdfDocumentInfo

Inheritance

object PdfDocumentInfo

상속 회원들

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Author

문서를 만드는 사람의 이름.

public string Author { get; set; }

부동산 가치

string

CreationDate

문서의 생성 날짜를 조정된 유니버설 시간(UTC)으로 지정하거나 설정합니다.

public DateTime CreationDate { get; set; }

부동산 가치

DateTime

Creator

원본 문서를 만드는 제품의 이름.

public string Creator { get; set; }

부동산 가치

string

Keywords

문서와 관련된 키워드

public string Keywords { get; set; }

부동산 가치

string

ModificationDate

문서의 변경 날짜를 조정된 유니버설 시간(UTC)으로 지정하거나 설정합니다.

public DateTime ModificationDate { get; set; }

부동산 가치

DateTime

Producer

문서를 변환 한 제품의 이름.

public string Producer { get; set; }

부동산 가치

string

Subject

이 문서의 주제입니다.

public string Subject { get; set; }

부동산 가치

string

Title

문서의 제목입니다.

public string Title { get; set; }

부동산 가치

string

 한국어