PDFsharp & MigraDoc Foundation

PDFsharp - A .NET library for processing PDF & MigraDoc Foundation - Creating documents on the fly
It is currently Sat May 04, 2024 9:42 am

All times are UTC


Forum rules


Please read this before posting on this forum: Forum Rules



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: What is UseCmykColor ?
PostPosted: Mon Sep 22, 2014 5:49 am 
Offline

Joined: Sat Sep 20, 2014 10:59 am
Posts: 3
while creating document i am setting UseCmykColor to true ,even i set it False it make no Difference.What is use of UseCmykColor ?
Code:
Document document = pdfForm.CreateDocument();
            document.UseCmykColor = True;


Top
 Profile  
Reply with quote  
PostPosted: Mon Sep 22, 2014 7:57 am 
Offline
PDFsharp Guru
User avatar

Joined: Mon Oct 16, 2006 8:16 am
Posts: 3097
Location: Cologne, Germany
It let's you decide between RGB colors and CMYK colors. It just changes how colors are stored in the PDF file. They should look the same on the screen (but it may make a difference when printing the files).

_________________
Regards
Thomas Hoevel
PDFsharp Team


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 91 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Privacy Policy, Data Protection Declaration, Impressum
Powered by phpBB® Forum Software © phpBB Group