Class PdfDocumentInfo

PdfDocumentInfo class

PDF 문서에 대한 정보를 나타냅니다.

public class PdfDocumentInfo

속성

이름설명
Author { get; set; }문서를 만든 사람의 이름입니다.
CreationDate { get; set; }UTC(Coordinated Universal Time)로 지정된 문서의 생성 날짜를 가져오거나 설정합니다.
Creator { get; set; }원본 문서를 생성한 제품의 이름입니다.
Keywords { get; set; }문서와 관련된 키워드.
ModificationDate { get; set; }UTC(Coordinated Universal Time)로 지정된 문서의 수정 날짜를 가져오거나 설정합니다.
Producer { get; set; }문서를 변환한 제품의 이름입니다.
Subject { get; set; }문서의 제목입니다.
Title { get; set; }문서의 제목입니다.

또한보십시오