IgnorePrinterMetrics

LayoutOptions.IgnorePrinterMetrics property

الحصول على أو تعيين الإشارة إلى ما إذا كان خيار التوافق “استخدام مقاييس الطابعة لتخطيط المستند” قد تم تجاهله. الإعداد الافتراضي هوحقيقي .

public bool IgnorePrinterMetrics { get; set; }

أمثلة

يوضح كيفية تجاهل خيار “استخدام مقاييس الطابعة لتخطيط المستند”.

Document doc = new Document(MyDir + "Rendering.docx");

doc.LayoutOptions.IgnorePrinterMetrics = false;

doc.Save(ArtifactsDir + "Document.IgnorePrinterMetrics.docx");

أنظر أيضا