PDF3DAnnotation.SetImagePreview

SetImagePreview(string)

Sets the image preview.

public void SetImagePreview(string filename)
ParameterTypeDescription
filenameStringThe image preview filename.

See Also


SetImagePreview(Stream)

Sets the image preview.

public void SetImagePreview(Stream image)
ParameterTypeDescription
imageStreamThe image stream.

See Also