클래스 타임스탬프
참고
Documentize.Timestamp 플러그인을 나타냅니다.
public class Timestamp
상속
상속된 멤버
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
예제
이 예제는 문서에 타임스탬프를 추가하는 방법을 보여줍니다.
// 타임스탬프 생성
var plugin = new Timestamp();
// 지침을 설정하기 위한 AddTimestampOptions 객체 생성
var opt = new AddTimestampOptions("path_to_pfx", "password_for_pfx", "timestamp_server_url");
// 입력 파일 경로 추가
opt.AddInput(new FileDataSource("path_to_pdf"));
// 출력 파일 경로 설정
opt.AddOutput(new FileDataSource("path_to_result_pdf"));
// 프로세스 수행
plugin.Process(opt);
생성자
Timestamp()
public Timestamp()
메서드
Process(AddTimestampOptions)
지정된 매개변수로 Documentize.Timestamp 처리를 시작합니다.
public ResultContainer Process(AddTimestampOptions options)
매개변수
options
AddTimestampOptions: Documentize.AddTimestampOptions에 대한 지침을 포함하는 옵션 객체입니다.
반환값
ResultContainer : 작업 결과를 포함하는 ResultContainer 객체입니다.
네임스페이스: Documentize
어셈블리: Documentize.dll