Click or drag to resize

PdfStringCreate(DateTimeOffset) Method

Creates the date PdfString instance from the specified DateTimeOffset value.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public static PdfString Create(
	DateTimeOffset value
)

Parameters

value  DateTimeOffset
The date value.

Return Value

PdfString
A date PdfString instance created from the specified DateTimeOffset value.
See Also