HtmlPrintDocumentSource.PercentScale 속성

정의

문서 원본의 크기를 백분율로 가져오고 설정합니다.

public:
 property float PercentScale { float get(); void set(float value); };
float PercentScale();

void PercentScale(float scalePercent);
public float PercentScale { get; set; }
var single = htmlPrintDocumentSource.percentScale;
htmlPrintDocumentSource.percentScale = single;
Public Property PercentScale As Single

속성 값

Single

float

백분율별 문서 원본 크기입니다.

적용 대상